From e129b17838d38ab1e60170472573791ff3f7ae74 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 27 Jul 2015 18:45:03 +0100 Subject: [PATCH] xl: lockdir should be lockfile in error message Signed-off-by: Wei Liu Acked-by: Ian Campbell --- tools/libxl/xl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index f0143063ee..5316ad9241 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -118,7 +118,7 @@ static void parse_global_config(const char *configfile, } if (!lockfile) { - fprintf(stderr, "failed to allocate lockdir\n"); + fprintf(stderr, "failed to allocate lockfile\n"); exit(1); } -- 2.30.2